var github.com/go-faster/jx.htmlSafeSet

3 uses

	github.com/go-faster/jx (current package)
		w_str_escape.go#L16: var htmlSafeSet = [utf8.RuneSelf]bool{
		w_str_escape.go#L135: 		if c >= utf8.RuneSelf || !(htmlSafeSet[c]) {
		w_str_escape.go#L151: 			if htmlSafeSet[b] {